bootp: Move vendor class identifier set to function
authorAlexander Graf <[email protected]>
Fri, 6 May 2016 19:01:02 +0000 (21:01 +0200)
committerTom Rini <[email protected]>
Fri, 27 May 2016 14:01:11 +0000 (10:01 -0400)
commit4570a993d5f330ab05081f7b1070da9bcde9289e
treef2b5af9ae5ab11b6b8f7e701ef520dc36c8b8d34
parent0efe1bcf5c2ce89d7c2467550e2823d7f95733e0
bootp: Move vendor class identifier set to function

Both the dhcp as well as the bootp case add vendor class identifier
parameters into their packets. Let's move that into a separate function
to make overlaying easier.

Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
net/bootp.c